home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
mings_dr.swf
/
scripts
/
DefineButton2_79
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2008-11-12
|
501b
|
28 lines
on(release){
this.stopDrag();
cont = this.dist();
if(cont)
{
this._x = tx;
this._y = ty;
this.swapDepths(12);
if(_root.foot != this._name)
{
if(_root.foot != "")
{
_root[_root.foot].out();
_root[_root.foot].z_sort();
}
}
_root.foot = this._name;
}
else
{
if(_root.foot == this._name)
{
_root.foot = "";
}
this.z_sort();
}
}